inspector: Allow to bump scale to 3
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 21:40:10 +0000 (16:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 21:40:10 +0000 (16:40 -0500)
Might as well allow this, for 'large scale testing'.

gtk/inspector/visual.ui

index bb4ee906a60103e5498a9d901544b7d31280cd6c..27d0de116b3113795aee8ac811b037dfd6f4210f 100644 (file)
@@ -2,7 +2,7 @@
 <interface domain="gtk40">
   <object class="GtkAdjustment" id="scale_adjustment">
     <property name="lower">1</property>
-    <property name="upper">2</property>
+    <property name="upper">3</property>
     <property name="step-increment">1</property>
     <property name="page-increment">1</property>
   </object>